[SPARK-4324] [PySpark] [MLlib] support numpy.array for all MLlib API#3189
Closed
davies wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-4324] [PySpark] [MLlib] support numpy.array for all MLlib API#3189davies wants to merge 2 commits intoapache:masterfrom
davies wants to merge 2 commits intoapache:masterfrom
Conversation
|
Test build #23160 has started for PR 3189 at commit
|
Contributor
|
LGTM. Waiting for Jenkins... |
|
Test build #23160 has finished for PR 3189 at commit
|
|
Test FAILed. |
|
Test build #23178 has started for PR 3189 at commit
|
|
Test build #23178 has finished for PR 3189 at commit
|
|
Test PASSed. |
Contributor
|
Merged into master and branch-1.2. Thanks! |
asfgit
pushed a commit
that referenced
this pull request
Nov 11, 2014
This PR check all of the existing Python MLlib API to make sure that numpy.array is supported as Vector (also RDD of numpy.array). It also improve some docstring and doctest. cc mateiz mengxr Author: Davies Liu <davies@databricks.com> Closes #3189 from davies/numpy and squashes the following commits: d5057c4 [Davies Liu] fix tests 6987611 [Davies Liu] support numpy.array for all MLlib API (cherry picked from commit 65083e9) Signed-off-by: Xiangrui Meng <meng@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR check all of the existing Python MLlib API to make sure that numpy.array is supported as Vector (also RDD of numpy.array).
It also improve some docstring and doctest.
cc @mateiz @mengxr